home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2001 May / SGI IRIX Base Documentation 2001 May.iso / usr / share / catman / p_man / cat3 / ftn / log10.z / log10
Encoding:
Text File  |  1998-10-30  |  2.1 KB  |  67 lines

  1.  
  2.  
  3.  
  4. LLLLOOOOGGGG11110000((((3333FFFF))))                                                            LLLLOOOOGGGG11110000((((3333FFFF))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      log10, alog10, dlog10, qlog10 - FORTRAN common logarithm intrinsic
  10.      function
  11.  
  12. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  13.      rrrreeeeaaaallll rrrr1111,,,, rrrr2222
  14.      ddddoooouuuubbbblllleeee pppprrrreeeecccciiiissssiiiioooonnnn ddddpppp1111,,,, ddddpppp2222
  15.      rrrreeeeaaaallll****11116666 qqqqpppp1111,,,, qqqqpppp2222
  16.  
  17.      rrrr2222 ==== aaaalllloooogggg11110000((((rrrr1111))))
  18.      rrrr2222 ==== lllloooogggg11110000((((rrrr1111))))
  19.  
  20.      ddddpppp2222 ==== ddddlllloooogggg11110000((((ddddpppp1111))))
  21.      ddddpppp2222 ==== lllloooogggg11110000((((ddddpppp1111))))
  22.  
  23.      qqqqpppp2222 ==== qqqqlllloooogggg11110000((((qqqqpppp1111))))
  24.      qqqqpppp2222 ==== lllloooogggg11110000((((qqqqpppp1111))))
  25.  
  26. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  27.      _a_l_o_g_1_0 returns the real common logarithm of its real argument.  _d_l_o_g_1_0
  28.      returns the double-precision common logarithm of its double-precision
  29.      argument.  _q_l_o_g_1_0 returns the real*16 common logarithm of its real*16
  30.      argument.  The absolute value of the argument for _a_l_o_g_1_0, _d_l_o_g_1_0, and
  31.      _q_l_o_g_1_0 must be greater than zero.  The generic function _l_o_g_1_0 becomes a
  32.      call to _a_l_o_g_1_0, _d_l_o_g_1_0, or _q_l_o_g_1_0 depending on the type of its argument.
  33.  
  34. SSSSEEEEEEEE AAAALLLLSSSSOOOO
  35.      exp(3M).
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.